home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 108 / MacAddict108.iso / Software / Utilities / SuperDuper! 1.5.5.dmg / SuperDuper!.app / Contents / Resources / About Box.nib / classes.nib next >
Encoding:
Text File  |  2005-04-06  |  752 b   |  22 lines

  1. {
  2.     IBClasses = (
  3.         {
  4.             CLASS = AboutBoxController; 
  5.             LANGUAGE = ObjC; 
  6.             OUTLETS = {
  7.                 applicationIconField = NSImageView; 
  8.                 applicationNameField = NSTextField; 
  9.                 applicationVersionField = NSTextField; 
  10.                 creditsScrollView = NSScrollView; 
  11.                 creditsTextView = NSTextView; 
  12.                 panelInNib = NSPanel; 
  13.                 shirtAndTitleGraphic = NSImageView; 
  14.                 shirtOnlyGraphic = NSImageView; 
  15.             }; 
  16.             SUPERCLASS = NSObject; 
  17.         }, 
  18.         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
  19.         {CLASS = "java.lang.Object"; LANGUAGE = Java; }
  20.     ); 
  21.     IBVersion = 1; 
  22. }